Occupancy Rate

Each occupancy combination of adults and children will show a price breakdown based on the Occupancy Rate, which varies based on the number of adults and children.


Below is an example:

"rates": {
    "type": "OccupancyRate",
    "rates": [
      {
        "adultCount": 1,
        "childCount": 0,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 1,
        "childCount": 1,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 1,
        "childCount": 2,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 1,
        "childCount": 3,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 2,
        "childCount": 0,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 2,
        "childCount": 1,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 2,
        "childCount": 2,
        "amountBeforeTax": [
          154.08
        ]
      },
      {
        "adultCount": 3,
        "childCount": 0,
        "amountBeforeTax": [
          166.08
        ]
      },
      {
        "adultCount": 3,
        "childCount": 1,
        "amountBeforeTax": [
          166.08
        ]
      },
      {
        "adultCount": 4,
        "childCount": 0,
        "amountBeforeTax": [
          178.08
        ]
      }
    ]
  },

Common Rate

A common rate means that the price remains the same regardless of the number of guests. The rate shown below does not have an occupancy breakdown, showing only one price.

  "rates": {
      "amountAfterTax": [
          120,
          120
      ],
      "type": "CommonRate"
  },
Note:
please note almost all global hotel groups use the Occupancy Rate(Occupancy-based pricing), except for a few local Chinese hotel chains who use the Common Rate.